testing.fuzzResult.Error (field)

4 uses

	testing (current package)
		fuzz.go#L362: 			f.result = fuzzResult{Error: err}
		fuzz.go#L428: 	Error error         // Error is the error from the failing input
		fuzz.go#L432: 	if r.Error == nil {
		fuzz.go#L435: 	return r.Error.Error()